/*
***
* This is a stylesheet file for the Digital Kids Page
***
* Here we have all the important styles for the elements of the page.
***
* Media Queries are in separate file
***
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CSS TABLE OF CONTENTS
-.- - Imports
-.- - Global Classes
-.- - ELT Skills Promo
-.- - Blended Learning
-.- - Grades
-.- - Features
-.- - Exams
-.- - Support
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -.- - Imports */
@import "main.css";

/* Global Classes */
.section-space {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.light-blue {
    background-color: #eef1f4;
}

.flower-font {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ffd240;
    font-size: 28px;
    font-family: 'Indie Flower';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
}

.main-font-black {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
}

.main-font-white {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}

.bold-font-blue {
    color: #80bada;
    font-family: 'Open Sans';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1px;
}

.bold-font-grey {
    color: #8c8c8c;
    font-family: 'Open Sans';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1px;
}

.bold-font-yellow {
    color: #ffd240;
    font-family: 'Open Sans';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1px;
}

/* -.- - ELT Skills Promo */
#elt {
    background-color: #2A3839;
    background-image: url(../../img/elt-skills/elt_elt-skills_header-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 40px 0;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#elt img:nth-of-type(1) {
    margin-top: 60px;
    margin-bottom: 20px;
}

/* -.- - Blended Learning */
#blended-learning {
    padding-top: 70px;
    background-color: #fafafa;
    margin-bottom: 30px;
}

/* -.- - Grades */
.grade-box {
    background-color: #fafafa;
    border: black solid 1px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
}
/* -.- -  Features */
#features {
    background-color: #215988;
    padding-top: 20px;
    padding-bottom: 50px;
}

#features .col-md-6:nth-of-type(2) p {
    margin-top: 50px;
    margin-bottom: 30px;
}

#features ul {
    list-style: circle;
}

#features li {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* -.- - Exams */
#exams {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 90px;
}

#exams .row {
    margin-top: 40px;
}

#exams .col-md-2 {
    text-align: center;
}

#exams p {
    text-align: center;
}

/* Support */
#support {
    margin-top: 70px;
    margin-bottom: 70px;
}

#support .row {
    margin-bottom: 50px;
}

#support ul {
    list-style: circle;
    padding-left: 30px;
    margin-bottom: 40px;
}

#support .main-font-black {
    margin-bottom: 50px;
}

#support img {
    margin-bottom: 60px;
}